home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / ingres04.lzh / source / iutil / globals.c < prev    next >
Encoding:
C/C++ Source or Header  |  1985-01-23  |  494 b   |  24 lines

  1. # include    <sccs.h>
  2.  
  3. SCCSID(@(#)globals.c    8.1    12/31/84)
  4.  
  5. /*
  6. **  GLOBALS -- INGRES globals which belong everywhere
  7. **
  8. **    Variables in this module should be included by everything
  9. **    INGRES knows about.  The real purpose of this module is
  10. **    so that actual definition of space can occur here (and
  11. **    everything can be 'extern' everywhere else).
  12. **
  13. **    Defines:
  14. **        Alockdes -- the lock descriptor for the concurrency
  15. **            device.
  16. */
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23. int    Alockdes    = -1;    /* the concurrency device descriptor */
  24.